`cal` command not working
Title
Question
cal command in Ubuntu not working as instructed in the tutorial.
Linux General-Purpose-Utilities-in-Linux 07-08 min 0-10 sec
Answers:
If you are having trouble in using the cal command as instructed in the video, please make sure you have installed the required library: bsdmainutils
Install it either via terminal using the following command: sudo apt install bsdmainutils
Then you can use the cal command.

Login to add comment